home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
formats
/
iff
/
newiff.lzh
/
NewIFF
/
NewIFF.lzh
/
newiff
/
iffp
/
compiler.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-05-18
|
661b
|
26 lines
#ifndef COMPILER_H
#define COMPILER_H
/*** compiler.h *********************************************************/
/* Steve Shaw 1/29/86 */
/* Portability file to handle compiler idiosyncrasies. */
/* */
/* This software is in the public domain. */
/* modified 05/91 for use with iffparse - CAS_CBM */
/************************************************************************/
#ifndef EXEC_TYPES_H
#include "exec/types.h"
#endif
/*
#define NO_PROTOS
*/
#ifndef LATTICE
#define NO_SAS_PRAGMAS
#endif
#endif /* COMPILER_H */